Releases: Flavjack/inti
Releases · Flavjack/inti
inti 0.6.6
-
Package
- New function related
outliers_remove()
=> "remove_outliers
" to work with formula - New function related
plot_diag()
=> "plot_diagnostic
" to work with formula
- New function related
-
Rticles
- Fix Tables and Figures order in final document
-
Tarpuy
- Change name of the trait tab from
abbreviation
totrait
- Update traits tab for include two formats:
date
andmcategorical
- Fix sort of the traits in field book app
- New option for generate the qr-code for each plot
- Change name of the trait tab from
inti 0.6.4
- Update bootstrap in apps
- Tarpuy:
- Alows to exclude or delete
{when}
or{sample}
colums - Allow
defaultValue
for traits
- Alows to exclude or delete
- Rticles
- Include images using markdown syntax
![]()
- Include images using markdown syntax
=> Fix if "defaultvalue" is in the trait table
inti 0.6.3
gdocs2qmd()
- change params: template ==> theme
- reference-doc: style_rticle.docx
- Tarpuy
- Field book design allows different number of rows
- Design without replication (observation plots) ==>
design_noreps()
- Fix traits name order
inti 0.6.2
- gdocs2qmd()
- Bug with: "
Unknown element type at this position: UNSUPPORTED
" - The function works for articles and thesis
- Include the cover page using a table
- Include R markdown templates from RStudio
- Rticles vignettes updated
- Bug with: "
inti 0.6.1
-
Tarpuy:
- Include google sheet and docs in PLEX
- Allow empty rows and without filling
- Drop values in sheet traits with "X"
- Only generate traits sheets
- Seed is set by default
-
Deprecated:
- include_figure()
-
New function
- include_pdf()
-
gdocs2qmd()
- Word document with different output structure
inti 0.6.0
- Fix for dev dplyr (Thanks @hadley)
tarpuy_plotdesign()
- Autoconvert as factor for plot design
- Default names in plot to "row" and "columns"
- New function:
design_repblock
for "rcbd", "crd" for any factor number - Yupana create by default the sheet
locale = "en_US"
to use the decimal point yupana_mvr
allow to select specific numeric variablestarpuy_varlist
adapted to field book app- Tarpuy: new module for use the information in Field Book app https://play.google.com/store/apps/details?id=com.fieldbook.tracker
- Rename function:
tarpuy_varlist
==>tarpuy_traits
inti 0.5.8
-
gdocs2qmd(format)
allow transform to quarto or Rmarkdown format -
Update the RStudio download link to posit
-
Yupana - fieldbook module:
- Use "_" or "." to separate the traits factors:
yupana_reshape()
- Load and Save in a specific sheet
- Use "_" or "." to separate the traits factors:
inti 0.5.7
- Update functions bookdown to quarto:
figure2rmd()
==>figure2qmd()
table2rmd()
==>table2qmd()
gdocs2rmd()
==>gdocs2qmd()
- Fix
plot_raw()
: "length(x) = 2 > 1' in coercion to 'logical(1)" - Update
jc_tombola()
outliers_remove(drop.na = FALSE)
allows avoid drop NA values by defaultH2cal()
outliers are changed to NA in the data.frameyupana_mvr()
: update function for correlation and PCA- Yupana: update multivariate analysis
inti 0.5.6
- Package:
web_table()
autoWidth = TRUE
columnwidth
argumentwidth
argument
- Fix
plot_smr()
: "length(x) = 2 > 1' in coercion to 'logical(1)" - New function:
split_folder()
- Yupana: add
scale
andmethod
in correlation plot
inti 0.5.5
- Yupana: update
yupana_import()
usingif_any()
insteadacross()
- Tarpuy: in
dsg
the columnqr
==>barcode
- Tarpuy: update sheets names in
intro
section - Tarypu: export field-book in specific sheet
- Tarpuy: select sheet for field-book sketch
- Tarpuy: create field-book only with the factor list
- Tarpuy: column with [] are omitted in the field-book generation
- CRAN comments: if (class(model) == "lmerMod") => if ( is(model, "lmerMod")