Code Monkey home page Code Monkey logo

r-rpostgresql-feedstock's Introduction

About r-rpostgresql-feedstock

Feedstock license: BSD-3-Clause

About r-rpostgresql

Home: https://github.com/tomoakin/RPostgreSQL, https://cran.r-project.org/package=DBI, http://www.postgresql.org

Package license: GPL-3.0-only

Summary: Database interface and 'PostgreSQL' driver for 'R'. This package provides a Database Interface 'DBI' compliant driver for 'R' to access 'PostgreSQL' database systems. In order to build and install this package from source, 'PostgreSQL' itself must be present your system to provide 'PostgreSQL' functionality via its libraries and header files. These files are provided as 'postgresql-devel' package under some Linux distributions. On 'macOS' and 'Microsoft Windows' system the attached 'libpq' library source will be used.

About r-rpostgresql

Home: https://github.com/tomoakin/RPostgreSQL, https://cran.r-project.org/package=DBI, http://www.postgresql.org

Package license: GPL-3.0-only

Summary: Database interface and 'PostgreSQL' driver for 'R'. This package provides a Database Interface 'DBI' compliant driver for 'R' to access 'PostgreSQL' database systems. In order to build and install this package from source, 'PostgreSQL' itself must be present your system to provide 'PostgreSQL' functionality via its libraries and header files. These files are provided as 'postgresql-devel' package under some Linux distributions. On 'macOS' and 'Microsoft Windows' system the attached 'libpq' library source will be used.

Current build status

Azure
VariantStatus
linux_64_r_base4.2 variant
linux_64_r_base4.3 variant
osx_64_r_base4.2 variant
osx_64_r_base4.3 variant
win_64 variant

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing r-rpostgresql

Installing r-rpostgresql from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, r-rpostgresql can be installed with conda:

conda install r-rpostgresql

or with mamba:

mamba install r-rpostgresql

It is possible to list all of the versions of r-rpostgresql available on your platform with conda:

conda search r-rpostgresql --channel conda-forge

or with mamba:

mamba search r-rpostgresql --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search r-rpostgresql --channel conda-forge

# List packages depending on `r-rpostgresql`:
mamba repoquery whoneeds r-rpostgresql --channel conda-forge

# List dependencies of `r-rpostgresql`:
mamba repoquery depends r-rpostgresql --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge anaconda.org channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating r-rpostgresql-feedstock

If you would like to improve the r-rpostgresql recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/r-rpostgresql-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

r-rpostgresql-feedstock's People

Contributors

bgruening avatar cbrueffer avatar conda-forge-admin avatar conda-forge-curator[bot] avatar dbast avatar dpryan79 avatar github-actions[bot] avatar jdblischak avatar regro-cf-autotick-bot avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

r-rpostgresql-feedstock's Issues

Defaults python2 readline support broken?

Readline cursor motion support seems to be broken with the defaults install of python=2.7.14 and the conda-forge version of r-rpostgresql. I'm running based off of an Anaconda 5.1.0 install (conda info below).

$ conda info
     active environment : None
            shell level : 0
       user config file : /home/s1/kadrlica/.condarc
 populated config files : /home/s1/kadrlica/.condarc
          conda version : 4.5.1
    conda-build version : 3.4.1
         python version : 2.7.14.final.0
       base environment : /home/s1/kadrlica/software/anaconda/anaconda2-5.1.0  (writable)
           channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/free/linux-64
                          https://repo.anaconda.com/pkgs/free/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/pro/linux-64
                          https://repo.anaconda.com/pkgs/pro/noarch
          package cache : /home/s1/kadrlica/software/anaconda/anaconda2-5.1.0/pkgs
                          /home/s1/kadrlica/.conda/pkgs
       envs directories : /home/s1/kadrlica/software/anaconda/anaconda2-5.1.0/envs
                          /home/s1/kadrlica/.conda/envs
               platform : linux-64
             user-agent : conda/4.5.1 requests/2.18.4 CPython/2.7.14 Linux/2.6.32-696.20.1.el6.x86_64 scientificfermi/6.4 glibc/2.12
                UID:GID : 47737:9620
             netrc file : /home/s1/kadrlica/.netrc
           offline mode : False
conda create -n rpsql-test python=2.7.14 r-rpostgresql --channel defaults --channel conda-forge

Solving environment: done

## Package Plan ##

  environment location: /home/s1/kadrlica/software/anaconda/anaconda2-5.1.0/envs/rpsql2

  added / updated specs: 
    - python=2
    - r-rpostgresql


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    setuptools-39.0.1          |           py27_0         582 KB
    pip-9.0.3                  |           py27_0         2.4 MB
    certifi-2018.4.16          |           py27_0         142 KB
    wheel-0.31.0               |           py27_0          61 KB
    ------------------------------------------------------------
                                           Total:         3.2 MB

The following NEW packages will be INSTALLED:

    bzip2:           1.0.6-h9a117a8_4              
    ca-certificates: 2018.03.07-0                  
    cairo:           1.14.12-h77bcde2_0            
    certifi:         2018.4.16-py27_0              
    curl:            7.59.0-h84994c4_0             
    fontconfig:      2.12.6-h49f89f6_0             
    freetype:        2.8-hab7d2ae_1                
    glib:            2.53.6-h5d9569c_2             
    graphite2:       1.3.11-hf63cedd_1             
    gsl:             2.4-h1bed415_3                
    harfbuzz:        1.7.6-hc5b324e_0              
    icu:             58.2-h9c2bf20_1               
    jpeg:            9b-h024ee3a_2                 
    krb5:            1.16-h3f6afd0_6               
    libcurl:         7.59.0-h1ad7b7a_0             
    libedit:         3.1.20170329-0     conda-forge
    libffi:          3.2.1-hd88cf55_4              
    libgcc:          7.2.0-h69d50b8_2              
    libgcc-ng:       7.2.0-hdf63c60_3              
    libpng:          1.6.34-hb9fc6fc_0             
    libpq:           10.3-h1ad7b7a_0               
    libssh2:         1.8.0-h9cfc8f7_4              
    libstdcxx-ng:    7.2.0-hdf63c60_3              
    libtiff:         4.0.9-h28f6b97_0              
    libxcb:          1.13-h1bed415_1               
    libxml2:         2.9.8-hf84eae3_0              
    ncurses:         5.9-10                        
    openssl:         1.0.2o-h20670df_0             
    pango:           1.40.11-h8191d47_0            
    pcre:            8.39-1                        
    pip:             9.0.3-py27_0                  
    pixman:          0.34.0-hceecf20_3             
    python:          2.7.14-ha6fc286_23            
    r-base:          3.4.1-3            conda-forge
    r-dbi:           0.6_1-r3.4.1_0                
    r-rpostgresql:   0.6_2-r3.4.1_0     conda-forge
    readline:        7.0-hb321a52_4                
    setuptools:      39.0.1-py27_0                 
    sqlite:          3.23.1-he433501_0             
    tk:              8.6.7-hc745277_3              
    wheel:           0.31.0-py27_0                 
    xz:              5.2.3-h55aa19d_2              
    zlib:            1.2.11-ha838bed_2             

Proceed ([y]/n)? y


Downloading and Extracting Packages
setuptools 39.0.1############################################################ | 100% 
pip 9.0.3#################################################################### | 100% 
certifi 2018.4.16############################################################ | 100% 
wheel 0.31.0################################################################# | 100% 
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate rpsql2
#
# To deactivate an active environment, use
#
#     $ conda deactivate
$ python
Python 2.7.14 |Anaconda, Inc.| (default, Nov  8 2017, 22:44:41) 
[GCC 7.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> abcd^A^A^F

Ctrl-A should take the cursor to the beginning of the line, but instead it prints ^A.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.