How can I deploy a rmarkdown built website? [on hold]2019 Community Moderator ElectionHow to clone all remote branches in Git?How can I remove a commit on GitHub?How can I determine the URL that a local Git repository was originally cloned from?How to make a great R reproducible exampleHow can I delete all Git branches which have been merged?How do I update a GitHub forked repository?Publish Website made from R in Githubhow to render output of wordcloud2 in RMarkdowninteractive rmarkdown document extremely slow after publishing on shinyapps.iormarkdown - specifying output theme in site.yml removes navbar
I am the person who abides by rules but breaks the rules . Who am I
Ultrafilters as a double dual
Tool for measuring readability of English text
Draw this image in the TIKZ package
Does an unused member variable take up memory?
Should I file my taxes? No income, unemployed, but paid 2k in student loan interest
How do you make a gun that shoots melee weapons and/or swords?
What does *dead* mean in *What do you mean, dead?*?
What is the purpose of a disclaimer like "this is not legal advice"?
Can I negotiate a patent idea for a raise, under French law?
How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?
Who has more? Ireland or Iceland?
How to make sure I'm assertive enough in contact with subordinates?
Limpar string com Regex
How does a sound wave propagate?
ESPP--any reason not to go all in?
What do you call someone who likes to pick fights?
School performs periodic password audits. Is my password compromised?
Where is the License file location for Identity Server in Sitecore 9.1?
Do I need a return ticket to Canada if I'm a Japanese National?
Can Witch Sight see through Mirror Image?
Short story about an infectious indestructible metal bar?
An Undercover Army
Tabular environment - text vertically positions itself by bottom of tikz picture in adjacent cell
How can I deploy a rmarkdown built website? [on hold]
2019 Community Moderator ElectionHow to clone all remote branches in Git?How can I remove a commit on GitHub?How can I determine the URL that a local Git repository was originally cloned from?How to make a great R reproducible exampleHow can I delete all Git branches which have been merged?How do I update a GitHub forked repository?Publish Website made from R in Githubhow to render output of wordcloud2 in RMarkdowninteractive rmarkdown document extremely slow after publishing on shinyapps.iormarkdown - specifying output theme in site.yml removes navbar
I am trying to deploy a Rmarkdown built website. I am using Bookdown and I am just including a couple of Rmarkdown documents and a navigation bar to a _site generator.
I have tried uploading all the files to the GitHub, and then use Netlify to publish it from GitHub , but I am asked about the generator and I don't know how to continue.
I have also tried RStudio's shinyapps.io, which works when I publish a single rmarkdown or shiny document, but it does not work when I am trying to publish a rmarkdown built website.
r github r-markdown netlify
New contributor
put on hold as too broad by camille, divibisan, Billal Begueradj, Mohammed Kashif, drhagen 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I am trying to deploy a Rmarkdown built website. I am using Bookdown and I am just including a couple of Rmarkdown documents and a navigation bar to a _site generator.
I have tried uploading all the files to the GitHub, and then use Netlify to publish it from GitHub , but I am asked about the generator and I don't know how to continue.
I have also tried RStudio's shinyapps.io, which works when I publish a single rmarkdown or shiny document, but it does not work when I am trying to publish a rmarkdown built website.
r github r-markdown netlify
New contributor
put on hold as too broad by camille, divibisan, Billal Begueradj, Mohammed Kashif, drhagen 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
You can use Github Pages
– Sonny
2 days ago
2
@Sonny that's true, although there are benefits to Netlify over Github Pages. In particular, theblogdown
documentation gives reasons why they recommend Netlify instead
– camille
2 days ago
3
You'll need to give a much clearer example of what's going on—what you've done, how you're building the site, packages you're using, how you're trying to deploy, etc. I'd recommend looking at tutorial docs for whatever setup you've got to get you started, then come back with specific debugging questions. The rmarkdown book is pretty comprehensive
– camille
2 days ago
1
Just to follow up on @camille's comments: It is always a good idea to look at "How do I ask a good question?" stackoverflow.com/help/how-to-ask before asking :)
– ElToro1966
2 days ago
add a comment |
I am trying to deploy a Rmarkdown built website. I am using Bookdown and I am just including a couple of Rmarkdown documents and a navigation bar to a _site generator.
I have tried uploading all the files to the GitHub, and then use Netlify to publish it from GitHub , but I am asked about the generator and I don't know how to continue.
I have also tried RStudio's shinyapps.io, which works when I publish a single rmarkdown or shiny document, but it does not work when I am trying to publish a rmarkdown built website.
r github r-markdown netlify
New contributor
I am trying to deploy a Rmarkdown built website. I am using Bookdown and I am just including a couple of Rmarkdown documents and a navigation bar to a _site generator.
I have tried uploading all the files to the GitHub, and then use Netlify to publish it from GitHub , but I am asked about the generator and I don't know how to continue.
I have also tried RStudio's shinyapps.io, which works when I publish a single rmarkdown or shiny document, but it does not work when I am trying to publish a rmarkdown built website.
r github r-markdown netlify
r github r-markdown netlify
New contributor
New contributor
edited yesterday
Ezequiel Martinez Oliver
New contributor
asked 2 days ago
Ezequiel Martinez OliverEzequiel Martinez Oliver
11
11
New contributor
New contributor
put on hold as too broad by camille, divibisan, Billal Begueradj, Mohammed Kashif, drhagen 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by camille, divibisan, Billal Begueradj, Mohammed Kashif, drhagen 2 days ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
You can use Github Pages
– Sonny
2 days ago
2
@Sonny that's true, although there are benefits to Netlify over Github Pages. In particular, theblogdown
documentation gives reasons why they recommend Netlify instead
– camille
2 days ago
3
You'll need to give a much clearer example of what's going on—what you've done, how you're building the site, packages you're using, how you're trying to deploy, etc. I'd recommend looking at tutorial docs for whatever setup you've got to get you started, then come back with specific debugging questions. The rmarkdown book is pretty comprehensive
– camille
2 days ago
1
Just to follow up on @camille's comments: It is always a good idea to look at "How do I ask a good question?" stackoverflow.com/help/how-to-ask before asking :)
– ElToro1966
2 days ago
add a comment |
You can use Github Pages
– Sonny
2 days ago
2
@Sonny that's true, although there are benefits to Netlify over Github Pages. In particular, theblogdown
documentation gives reasons why they recommend Netlify instead
– camille
2 days ago
3
You'll need to give a much clearer example of what's going on—what you've done, how you're building the site, packages you're using, how you're trying to deploy, etc. I'd recommend looking at tutorial docs for whatever setup you've got to get you started, then come back with specific debugging questions. The rmarkdown book is pretty comprehensive
– camille
2 days ago
1
Just to follow up on @camille's comments: It is always a good idea to look at "How do I ask a good question?" stackoverflow.com/help/how-to-ask before asking :)
– ElToro1966
2 days ago
You can use Github Pages
– Sonny
2 days ago
You can use Github Pages
– Sonny
2 days ago
2
2
@Sonny that's true, although there are benefits to Netlify over Github Pages. In particular, the
blogdown
documentation gives reasons why they recommend Netlify instead– camille
2 days ago
@Sonny that's true, although there are benefits to Netlify over Github Pages. In particular, the
blogdown
documentation gives reasons why they recommend Netlify instead– camille
2 days ago
3
3
You'll need to give a much clearer example of what's going on—what you've done, how you're building the site, packages you're using, how you're trying to deploy, etc. I'd recommend looking at tutorial docs for whatever setup you've got to get you started, then come back with specific debugging questions. The rmarkdown book is pretty comprehensive
– camille
2 days ago
You'll need to give a much clearer example of what's going on—what you've done, how you're building the site, packages you're using, how you're trying to deploy, etc. I'd recommend looking at tutorial docs for whatever setup you've got to get you started, then come back with specific debugging questions. The rmarkdown book is pretty comprehensive
– camille
2 days ago
1
1
Just to follow up on @camille's comments: It is always a good idea to look at "How do I ask a good question?" stackoverflow.com/help/how-to-ask before asking :)
– ElToro1966
2 days ago
Just to follow up on @camille's comments: It is always a good idea to look at "How do I ask a good question?" stackoverflow.com/help/how-to-ask before asking :)
– ElToro1966
2 days ago
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use Github Pages
– Sonny
2 days ago
2
@Sonny that's true, although there are benefits to Netlify over Github Pages. In particular, the
blogdown
documentation gives reasons why they recommend Netlify instead– camille
2 days ago
3
You'll need to give a much clearer example of what's going on—what you've done, how you're building the site, packages you're using, how you're trying to deploy, etc. I'd recommend looking at tutorial docs for whatever setup you've got to get you started, then come back with specific debugging questions. The rmarkdown book is pretty comprehensive
– camille
2 days ago
1
Just to follow up on @camille's comments: It is always a good idea to look at "How do I ask a good question?" stackoverflow.com/help/how-to-ask before asking :)
– ElToro1966
2 days ago