Skip to content

Releases: Flavjack/inti

inti 0.6.6

05 Sep 03:58
Compare
Choose a tag to compare
  • Package

    • New function related outliers_remove() => "remove_outliers" to work with formula
    • New function related plot_diag() => "plot_diagnostic" to work with formula
  • Rticles

    • Fix Tables and Figures order in final document
  • Tarpuy

    • Change name of the trait tab from abbreviation to trait
    • Update traits tab for include two formats: date and mcategorical
    • Fix sort of the traits in field book app
    • New option for generate the qr-code for each plot

inti 0.6.4

06 Feb 14:45
Compare
Choose a tag to compare
  • Update bootstrap in apps
  • Tarpuy:
    • Alows to exclude or delete {when} or {sample} colums
    • Allow defaultValue for traits
  • Rticles
    • Include images using markdown syntax ![]()

=> Fix if "defaultvalue" is in the trait table

inti 0.6.3

27 Oct 04:36
Compare
Choose a tag to compare
  • 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

02 Sep 23:15
Compare
Choose a tag to compare
  • 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

inti 0.6.1

30 May 17:34
Compare
Choose a tag to compare
  • 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

24 Jan 15:35
Compare
Choose a tag to compare
  • 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 variables
  • tarpuy_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

16 Nov 13:06
Compare
Choose a tag to compare
  • 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

inti 0.5.7

09 Aug 09:13
Compare
Choose a tag to compare
  • 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 default
  • H2cal() outliers are changed to NA in the data.frame
  • yupana_mvr(): update function for correlation and PCA
  • Yupana: update multivariate analysis

inti 0.5.6

26 May 23:35
Compare
Choose a tag to compare
  • Package: web_table()
    • autoWidth = TRUE
    • columnwidth argument
    • width argument
  • Fix plot_smr(): "length(x) = 2 > 1' in coercion to 'logical(1)"
  • New function: split_folder()
  • Yupana: add scale and method in correlation plot

inti 0.5.5

01 Apr 13:07
Compare
Choose a tag to compare
  • Yupana: update yupana_import() using if_any() instead across()
  • Tarpuy: in dsg the column qr ==> 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")