Skip to content

Commit

Permalink
Merge pull request #77 from gaynorr/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
gaynorr committed Aug 24, 2022
2 parents 4b66d80 + bfe4adc commit f91a3e6
Show file tree
Hide file tree
Showing 51 changed files with 1,252 additions and 773 deletions.
10 changes: 4 additions & 6 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
revdep
vignettes/web_only/
docs
^.*\.Rproj$
^\.Rproj\.user$
^Notes\.txt$
^doc$
^Meta$
^drafts$
^_pkgdown\.yml$
^docs$
^pkgdown$
^\.github$
^revdep$

18 changes: 14 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
.Rproj
*.Rproj
.Rhistory
.Rapp.history
.RData
.Ruserdata
config.log
config.status
*-Ex.R
/.*tar.gz
/*.Rcheck/
src/*.o
src/*.so
src/*.dll
vignettes/*.html
vignettes/*.pdf
.httr-oauth
*_cache/
/cache/
*.utf8.md
*.knit.md
.Renviron
Notes.txt
Meta
.Rproj.user
alphasimr.Rproj
.Rproj.user/
docs
10 changes: 6 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: AlphaSimR
Type: Package
Title: Breeding Program Simulations
Version: 1.2.2
Date: 2022-7-29
Version: 1.3.0
Date: 2022-8-24
Authors@R: c(person("Chris", "Gaynor", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0558-6656")),
person("Gregor", "Gorjanc", role = "ctb",
Expand All @@ -28,10 +28,12 @@ Description: The successor to the 'AlphaSim' software for breeding program
demographic history [Chen et al. (2009) <doi:10.1101/gr.083634.108>].
License: MIT + file LICENSE
URL: https://github.com/gaynorr/AlphaSimR,
https://gaynorr.github.io/AlphaSimR/
https://gaynorr.github.io/AlphaSimR/,
https://www.edx.org/course/breeding-programme-modelling-with-alphasimr?utm_source=breeding_alphasimr&utm_medium=partner-marketing&utm_campaign=edinburghx
Encoding: UTF-8
Depends: R (>= 4.0.0), methods, R6
Imports: Rcpp (>= 0.12.7)
Imports: Rcpp (>= 0.12.7), Rdpack
RdMacros: Rdpack
LinkingTo: Rcpp, RcppArmadillo (>= 0.7.500.0.0), BH
RoxygenNote: 7.2.1
Suggests: knitr, rmarkdown, testthat
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export(RRBLUP_SCA)
export(RRBLUP_SCA2)
export(SimParam)
export(aa)
export(addSegSite)
export(attrition)
export(bv)
export(cChr)
Expand Down Expand Up @@ -54,6 +55,7 @@ export(mergeGenome)
export(mergePops)
export(mutate)
export(nInd)
export(newEmptyPop)
export(newMapPop)
export(newMegaPop)
export(newPop)
Expand Down Expand Up @@ -86,6 +88,7 @@ export(selectOP)
export(selectWithinFam)
export(self)
export(setEBV)
export(setMarkerHaplo)
export(setMisc)
export(setPheno)
export(setPhenoGCA)
Expand Down Expand Up @@ -129,6 +132,7 @@ exportClasses(TraitAEG)
exportClasses(TraitAG)
import(Rcpp)
importFrom(R6,R6Class)
importFrom(Rdpack,reprompt)
importFrom(methods,.hasSlot)
importFrom(methods,classLabel)
importFrom(methods,is)
Expand Down
Loading

0 comments on commit f91a3e6

Please sign in to comment.