Giter Site home page Giter Site logo

carm1r / fruclimadapt Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 688 KB

Evaluation tools for assessing climate adaptation of fruit tree species

R 100.00%
climate-analysis fruit grapevine horticulture chill-models chill-requirement phenology climate-adaptation fruit-trees estimate

fruclimadapt's People

Contributors

carm1r avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

fruclimadapt's Issues

Please import only the functions you use from data.table

hi @Carm1r
There are several instances of @import data.table in your roxygen comments, which get converted to import(data.table) in your NAMESPACE, which has the effect of importing everything that data.table exports.
In the new version of data.table on github master, remotes::install_github("Rdatatable/data.table") there are new exported objects yearmon and yearqtr.
There are also exported objects with these same two names in package zoo which you also import.
This has the effect of generating the following new warning when I run R CMD check fruclimadapt with data.table github master installed:

* checking whether package 'fruclimadapt' can be installed ... WARNING
Found the following significant warnings:
  Warning: replacing previous import 'data.table::yearmon' by 'zoo::yearmon' when loading 'fruclimadapt'
  Warning: replacing previous import 'data.table::yearqtr' by 'zoo::yearqtr' when loading 'fruclimadapt'

The fix would be to use @importFrom data.table setDT etc (for only the objects you use), instead of @import data.table.
Please update your code, then run R CMD check fruclimadapt_vers.tar.gz with data.table master installed.
After you update your code and R CMD check has no more errors, please submit a new version of fruclimadapt to CRAN.
This will help facilitate releasing a new version of data.table to CRAN.
(data.table devs must make sure all reverse dependencies do not break, before submitting a new version to CRAN)

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.