-
A complete instructions set is also available, but below are a collection of questions and answers about the project and use of the FreesearchR app.
+
A complete instructions set is also available, but below are a collection of questions and answers about the project and use of the FreesearchR app.
Are you keeping the uploaded data?
No! All uploaded data is deleted when the session ends, so only stored for your analyses and the immediately deleted.
diff --git a/ROADMAP.html b/ROADMAP.html
index e36fde6..5226d0c 100644
--- a/ROADMAP.html
+++ b/ROADMAP.html
@@ -22,7 +22,7 @@
Changelog
@@ -32,7 +32,7 @@
diff --git a/articles/FreesearchR.html b/articles/FreesearchR.html
index 92aa442..7a2e4d2 100644
--- a/articles/FreesearchR.html
+++ b/articles/FreesearchR.html
@@ -42,7 +42,7 @@
-
+
@@ -59,7 +59,7 @@
FreesearchR
- Source: vignettes/FreesearchR.Rmd
+ Source: vignettes/FreesearchR.Rmd
FreesearchR.Rmd
@@ -83,7 +83,7 @@ following code to install the latest version of
As a small note, a standalone Windows app version is on the drawing
board as well, but no time frame is available.
diff --git a/articles/index.html b/articles/index.html
index bc611b4..afee368 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -22,7 +22,7 @@
Changelog
diff --git a/authors.html b/authors.html
index be4e40e..4608bf5 100644
--- a/authors.html
+++ b/authors.html
@@ -22,7 +22,7 @@
Changelog
@@ -45,18 +45,18 @@
Citation
-
Source: DESCRIPTION
+
Source: DESCRIPTION
Damsbo A (2025).
FreesearchR: Browser Based Data Analysis.
-R package version 25.3.2, https://agdamsbo.github.io/freesearcheR/, https://github.com/agdamsbo/freesearcheR.
+R package version 25.3.2, https://agdamsbo.github.io/FreesearchR/, https://github.com/agdamsbo/FreesearchR.
@Manual{,
title = {FreesearchR: Browser Based Data Analysis},
author = {Andreas Gammelgaard Damsbo},
year = {2025},
- note = {R package version 25.3.2, https://agdamsbo.github.io/freesearcheR/},
- url = {https://github.com/agdamsbo/freesearcheR},
+ note = {R package version 25.3.2, https://agdamsbo.github.io/FreesearchR/},
+ url = {https://github.com/agdamsbo/FreesearchR},
}
diff --git a/index.html b/index.html
index 9664592..455369c 100644
--- a/index.html
+++ b/index.html
@@ -44,7 +44,7 @@
-
+
@@ -67,7 +67,7 @@
The FreesearchR-tool can also be launched locally. Any data.frame available in the global environment will be accessible from the interface.
require("devtools")
devtools::install_github("agdamsbo/FreesearchR")
-library(FreesearchR)
+library(FreesearchR)
# By loading mtcars to the environment, it will be available
# in the interface like any other data.frame
data(mtcars)
@@ -82,8 +82,8 @@