Skip to content

Commit 2b5c2d8

Browse files
authored
Merge pull request #10 from ArthurMuehl/patch-1
2 parents 7353de7 + 0ed4252 commit 2b5c2d8

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

methodshub.qmd

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ install.packages("devtools")
3737
devtools::install_github("schochastics/paperwizard")
3838
```
3939

40-
<!-- ## Hardware Requirements (Optional) -->
41-
<!-- - The hardware requirements may be needed in specific cases when a method is known to require more memory/compute power. -->
42-
<!-- - The method need to be executed on a specific architecture (GPUs, Hadoop cluster etc.) -->
40+
## Hardware Requirements
4341

42+
Paperwizard runs on any machine that can run R.
4443

4544
## Input Data
4645

@@ -51,11 +50,14 @@ devtools::install_github("schochastics/paperwizard")
5150

5251
The package does not require imput data besides URLs of news articles.
5352

54-
5553
## How to Use
5654

5755
The package has one major function `pw_deliver()` which takes URLs as input and outputs a data.frame of article meta data and the text of the article.
5856

57+
## Technical Details
58+
59+
Check the official [blog post](https://blog.schochastics.net/posts/2025-02-12_paperwizard-scrape-news-articles/) for further information about technical details.
60+
5961
## Contact Details
6062

6163
Maintainer: David Schoch <david@schochastics.net>

0 commit comments

Comments
 (0)