Giter Club home page Giter Club logo

Comments (10)

brownag avatar brownag commented on June 10, 2024 2

RE: soil science @dylanbeaudette and I would suggest aqp -- Algorithms for Quantitative Pedology. This package, particularly the SoilProfileCollection class and related methods, is used extensively by soilDB. Some other packages that have been floated also use it (SISINTAR)

from agriculture.

jpiaskowski avatar jpiaskowski commented on June 10, 2024 2

Current list:

agriCensData (for interval and censored data in agriculture)
Agridat (it has a very wide array of data sets and example analyses for each one)
agricolae (many standard functions for analyzing field trials)
qtl (standard qtl mapping)
sommer (wide array of mixed models)
AGHmatrix (every genomic relationship matrix)
rrBLUP (widely used, can be used for GWAS, genomic selection, regularized linear model)
drc (widely used package for dose response)
FedData (many federal data sources)
soilDB (NRCS soil db's)
cdlTools (cropscape datalayer)
apsimx (for crop modeling, unsure if it should be included)
DSSAT (for crop modelling, still unsure)
aqp (soil pedology functions)

(I will ask about CTV committee about asreml)

from agriculture.

jpiaskowski avatar jpiaskowski commented on June 10, 2024 2

New List:

agriCensData (for interval and censored data in agriculture)
Agridat (it has a very wide array of data sets and example analyses for each one)
agricolae (many standard functions for analyzing field trials)
qtl (standard qtl mapping)
sommer (wide array of mixed models)
AGHmatrix (every genomic relationship matrix)
drc (widely used package for dose response)
FedData (many federal data sources)
tidyUSDA (nass quick stats database)
soilDB (NRCS soil db's)
cdlTools (cropscape datalayer)
apsimx (for crop modeling, unsure if it should be included)
aqp (soil pedology functions)
inti (works with field book)
nlraa (tons of non-linear models for agriculture)
meteor (agrometeorological functionality)

Also, asreml cannot be included since it not available on CRAN, GitHub, or R-Forge.

from agriculture.

adamhsparks avatar adamhsparks commented on June 10, 2024 2

I've communicated with @palderman about DSSAT. His stats show roughly the same downloads for APSIMX and DSSAT, a few less but not that much more given the nature of the packages being so specific.

library(tidyverse)
cranlogs::cran_downloads(packages = c("DSSAT", "apsimx"),
                         from = "2021-08-01",
                         to = "2022-07-31") %>%
  group_by(package) %>%
  summarize(count = sum(count))
#> # A tibble: 2 × 2
#>   package count
#>   <chr>   <dbl>
#> 1 apsimx   7964
#> 2 DSSAT    6342

Based on this, I'm inclined to keep it as a core package for crop modelling.

from agriculture.

jpiaskowski avatar jpiaskowski commented on June 10, 2024 1

no problem, just starting the thread! I'll work on this tomorrow.

from agriculture.

dylanbeaudette avatar dylanbeaudette commented on June 10, 2024 1

Agreed, aqp would be a nice addition. I suspect that @pierreroudier has some additional suggestions.

from agriculture.

adamhsparks avatar adamhsparks commented on June 10, 2024 1

I can’t think of anything for plant pathology aside from Agricolae, which has AUDPC and AUDPS functions built in. That’s fairly general. The other packages are more specific

from agriculture.

adamhsparks avatar adamhsparks commented on June 10, 2024

Sorry, I missed your Tweet! I've retweeted it just now.

I agree, Agricolae was my pick, broadly speaking. I still need to devote some time to think about this.

from agriculture.

jpiaskowski avatar jpiaskowski commented on June 10, 2024

Okay, here's my first start at it:

agriCensData (for interval and censored data in agriculture)
Agridat (it has a very wide array of data sets and example analyses for each one)
agricolae (many standard functions for analyzing field trials)
qtl (standard qtl mapping)
sommer (wide array of mixed models)
AGHmatrix (every genomic relationship matrix)
rrBLUP (widely used, can be used for GWAS, genomic selection, regularized linear model)
drc (widely used package for dose response)
FedData (many federal data sources)
soilDB (NRCS soil db's)
cdlTools (cropscape datalayer)

apsimx?
DSSAT?
something for plant pathology?
something for entomology?
Any recs on what to put for soil science @dylanbeaudette ?

Honorable mention: ASReml (loads of people have suggested this, but it's not on CRAN or even open source)

from agriculture.

jpiaskowski avatar jpiaskowski commented on June 10, 2024

it's been added!

from agriculture.

Related Issues (20)

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.