site updated

This commit is contained in:
wilsonfreitas
2023-07-23 16:56:22 -03:00
parent e409f3d05d
commit 5f86053124
29 changed files with 15521 additions and 3831 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ import requests
import re
import pandas as pd
reu = re.compile('https://github.com/([\w-]+/[\w-]+)')
reu = re.compile(r'https://github.com/([\w-]+/[\w-]+)')
red = re.compile(r'\d\d\d\d-\d\d-\d\d')
url = 'https://cran.r-project.org/web/packages/xts/index.html'