Skip to content

Commit

Permalink
Update 20200206
Browse files Browse the repository at this point in the history
- fixed troubles accessing package data
  • Loading branch information
earnaud committed Feb 6, 2020
1 parent 97e223f commit de024db
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 27 deletions.
Binary file modified .RData
Binary file not shown.
48 changes: 24 additions & 24 deletions .Rhistory
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
missingValueCodeExplanation = textAreaInput(
ns(colname),
"Explain Missing Values",
value = saved_value
),
NULL
) # end of switch
}) # end of lapply colname
) # end of bsCollapsePanel
) # end of return
}
, fields = ui_fields
)
.panels
unlist(.panels)
Q
golem::document_and_reload(); MetaShARK::runMetashark(dev=TRUE)
.panels <- lapply(
seq(dim(rv$current_table)[1]),
function(row_index, fields){
# prepare variables
attribute_row <- rv$current_table[row_index,]
message(row_index)
return(
bsCollapsePanel(
title = attribute_row[ fields[1] ], # TEST
lapply(fields[-1], function(colname) {
Expand Down Expand Up @@ -510,3 +486,27 @@ golem::document_and_reload(); MetaShARK::runMetashark(dev=TRUE)
golem::document_and_reload(); MetaShARK::runMetashark(dev=TRUE)
rv$Personnel$middleInitial
golem::document_and_reload(); MetaShARK::runMetashark(dev=TRUE)
golem::document_and_reload(); MetaShARK::runMetashark(dev=TRUE)
golem::document_and_reload(); MetaShARK::runMetashark(dev=TRUE)
library(devtools)
install_github("earnaud/MetaShARK-v2", ref="dev")
MetaShARK::runMetashark()
library(MetaShARK)
upupdate_packages("rlang")
update_packages("rlang")
package_version("rlang")
package_version(rlang)
package_version()
package_version(1)
package_version(3.6)
package_version("3.6")
package_info("rlang")
remove.packages("rlang")
unload("rlang")
install.packages("rlang")
package_info("rlang")
MetaShARK::runMetashark()
install_github("MetaShARK")
install_github("earnaud/MetaShARK-v2", ref="dev")
install_github("earnaud/MetaShARK-v2", ref="dev", force = TRUE)
MetaShARK::runMetaShARK()
2 changes: 1 addition & 1 deletion R/mod-emlal-EMLAL_CustomUnits.R
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ CustomUnits <- function(input, output, session,
# UI
switch(colname,
id = textInput(ns(colname),
label = span(colname, class = "redButton"),
label = with_red_star(colname),
placeholder = "e.g. milligramsPerGram",
value = saved_value
),
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions resources/registeredEndpoints.txt

This file was deleted.

0 comments on commit de024db

Please sign in to comment.