Skip to content

Commit

Permalink
updt addins
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Lozano Isla committed May 16, 2024
1 parent 6b4fcd2 commit e62b78a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
13 changes: 13 additions & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,16 @@ RenewAuth <- function() {
}


yupana_full <- function() {

inti::yupana(dependencies = TRUE)

}


tarpuy_full <- function() {

inti::tarpuy(dependencies = TRUE)

}

22 changes: 13 additions & 9 deletions inst/rstudio/addins.dcf
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
Name: Yupana
Description: Interactive data analysis.
Binding: yupana
Interactive: true
Name: Google Authentication
Description: Google authentication process.
Binding: GoogleAuth
Interactive: false


Name: Tarpuy
Description: Field experimental designs.
Binding: tarpuy
Binding: tarpuy_full
Interactive: true


Name: Yupana
Description: Interactive data analysis.
Binding: yupana_full
Interactive: true

Name: Google Authentication
Description: Google authentication process.
Binding: GoogleAuth
Interactive: false

Name: Renew Authentication
Description: Renew Google authentication user.
Binding: RenewAuth
Interactive: false

0 comments on commit e62b78a

Please sign in to comment.