Recent Releases of furdeb
furdeb - furdeb : FUnctions for R DEvelopment and Beyond!
Added
- Add connection to two or more databases in
data_extraction()for SQL.
Changed
- Use package RPostgres instead of RPostgreSQL in
postgresql_db_connection()function to fix connection issues. - Update of timeallocationactivitycoderef.csv (reference table for allocating fishing time and time at sea according to activity code)
New Contributors
- @OceaneBouhineauIRD made their first contribution in https://github.com/OB7-IRD/furdeb/pull/19
Full Changelog: https://github.com/OB7-IRD/furdeb/compare/1.0.0...1.0.1
- R
Published by JeanneClement about 1 year ago
furdeb - furdeb : FUnctions for R DEvelopment and Beyond!
Added
- timeallocationactivitycoderef.csv
- Jeanne Clément as author and maintainer
- CITATION.cff generated by
cffr::cff_write(dependencies=FALSE)
Full Changelog: https://github.com/OB7-IRD/furdeb/compare/0.0.0.9000...1.0.0
- R
Published by JeanneClement over 1 year ago
furdeb - furdeb : FUnctions for R DEvelopment and Beyond!
This package aims to organise, standardise and share useful functions for many purposes (spatial manipulation, database connection, …).
There is twelve main functions :
- postgresql_dbconnection() : Connection to a PostgreSQL database
- access_dbconnection() : Connection with Access database
- avdthpositionconversion() : AVDTH database position conversion
- configuration_file() : Configuration file creation and management
- data_extraction() : Function for data extraction
- faocwpshape_manipulation() : Optimisation function for FAO CWP shape file manipulation
- faoreferencegrid_update() : Specific update of the fao reference grid
- latitudelongitudecwp_manipulation() : Conversion function for latitude, longitude and cwp item
- latitudelongitudeto_csquare() : Latitude-longitude to c-square converter
- listlogicalmerge() : Logical merging for list
- marineareaoverlay() : Consistent spatial marine area overlay
- save_pigz() : Save R Object using pigz compression
- R
Published by JeanneClement over 1 year ago