- Fixes issues in vignetted building reported by CRAN.
- Improves indexing of technologies aliases in
ClimMobTools:::as.data.frame()
- Fix an issue in
.smart.round()
to handleNA
in therandomize()
function
- Fix an issue in
randomize()
to allocate blocks
- Adds the function
getTraitList()
- Fix the call in
getProjectsCM()
to adapt to the new version of ClimMob
- Add argument
userowner =
togetDataCM()
to specify the owner of a given ClimMob project - Fix API call
getProjectsCM()
- Fix an issue in
randomise()
to check for unbalanced designs - Remove dependency to "PlackettLuce" and "climatrends" to avoid errors in CRAN check for Windows
randomise()
deals with unbalanced proportions of technologies, meaning that we can test a whole set of technologies even when not all have equal availabilityrmGeoIdentity()
is added to offer an approach to remove geographical identity of participantsrankTricot()
builds a PlackettLuce rankings using the tricot data
- New function
getProjectProgress()
returns the progress in a given project
- Fix the function to set the URLs for alternative servers in ClimMob
- Method for
as.data.frame()
now handles ClimMob data without the assessment info. as.data.frame()
decodes values from categorical variablesas.data.frame()
decodes ties in the ranking data- Handle alternative server addresses
- Imports 'PlackettLuce' and 'climatrends' by default
- Use
httr::RETRY()
instead ofhttr::GET()
as suggested by Anna Vasylytsya - A
print()
method is added - New integration with the 'testing' server enabling to gather data from this server with the argument
server
- Minor changes in documentation
- Migrating functions from ClimMobTools to gosset and climatrends. ClimMobTools will keep only the functions exclusively related to the 'ClimMob' platform. Other functions are transferred to gosset and climatrends to provide a better environment for data handling, analysis and visualization.
- Retain function
getDataCM()
,getProjectCM()
,randomise()
andseed_need()
- Changes in package description
- A S3 method
as.data.frame()
is provided to coerce CM_list into a data frame - Internal functions for pivoting data.frames to avoid dependencies
- Change license to MIT
temperature
andrainfall
now deals with one single lonlat point
- Update
build_rankings
to work with the new implementations of PlackettLuce v0.2-8
- Argument "grouped.rankings" is replaced by "group" in
build_rankings
- GitHub-only release of prototype package.