Skip to content

Releases: Flavjack/inti

inti 0.6.1

Choose a tag to compare

@Flavjack Flavjack released this 30 May 17:34
  • 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

Choose a tag to compare

@Flavjack Flavjack released this 24 Jan 15:35
  • 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

Choose a tag to compare

@Flavjack Flavjack released this 16 Nov 13:06
  • 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

Choose a tag to compare

@Flavjack Flavjack released this 09 Aug 09:13
  • 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

Choose a tag to compare

@Flavjack Flavjack released this 26 May 23:35
  • 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

Choose a tag to compare

@Flavjack Flavjack released this 01 Apr 13:07
  • 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")

inti 0.5.4

Choose a tag to compare

@Flavjack Flavjack released this 22 Feb 14:35
  • outliers_remove(): change cbind() by cbind.data.frame()
  • Fix apps auth

inti 0.5.3

Choose a tag to compare

@Flavjack Flavjack released this 18 Feb 13:34
  • Complete location name in experimental information.
  • Avoid labels in axis and legend using "".
  • Update vignettes using bookdown.
  • Fix table summary in H2cal().
  • Update diagnostic plot in plot_diag() to lm and lmerMod.
  • Update code for logIn modules in apps.
  • Update correlation graph in yupana.

inti 0.5.2

Choose a tag to compare

@Flavjack Flavjack released this 21 Dec 14:33
  • Package
    • Fix CRAN comments
    • Fix path to install Tarpuy dependencies
    • Include huito logo in apps
    • Fix factors in Tarpuy field-book export
    • Update code from tarpuy_design()
    • Update barcode column for split using "_"
    • Update function tarpuy_plex()

inti 0.5.1

Choose a tag to compare

@Flavjack Flavjack released this 10 Dec 12:47
  • Package
    • H2cal(): BLUEs from H2cal may be wrong if other fixed effects in the model (#10).
      • Thanks Jim Holland (@ncsumaize) for the suggestion to improve the function.
    • New functions: gdoc2rmd(), table2rmd(), figure2rmd()
      • Use Articul8 Add-ons from Google docs to build Rticles
    • Update pkgdown